home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / etc_-_Configuration_Files / SMB_CONF.{2P < prev    next >
Text File  |  1999-09-17  |  9KB  |  252 lines

  1. # This is the main Samba configuration file. You should read the
  2. # smb.conf(5) manual page in order to understand the options listed
  3. # here. Samba has a huge number of configurable options (perhaps too
  4. # many!) most of which are not shown in this example
  5. #
  6. # Any line which starts with a ; (semi-colon) or a # (hash) 
  7. # is a comment and is ignored. In this example we will use a #
  8. # for commentry and a ; for parts of the config file that you
  9. # may wish to enable
  10. #
  11. # NOTE: Whenever you modify this file you should run the command "testparm"
  12. # to check that you have not many any basic syntactic errors. 
  13. #
  14. #======================= Global Settings =====================================
  15. [global]
  16.  
  17. # workgroup = NT-Domain-Name or Workgroup-Name, eg: LINUX2
  18.    workgroup = MYGROUP
  19.  
  20. # server string is the equivalent of the NT Description field
  21.    server string = Samba Server
  22.  
  23. # This option is important for security. It allows you to restrict
  24. # connections to machines which are on your local network. The
  25. # following example restricts access to two C class networks and
  26. # the "loopback" interface. For more examples of the syntax see
  27. # the smb.conf man page
  28. ;   hosts allow = 192.168.1. 192.168.2. 127.
  29.  
  30. # If you want to automatically load your printer list rather
  31. # than setting them up individually then you'll need this
  32.    load printers = yes
  33.  
  34. # you may wish to override the location of the printcap file
  35. ;   printcap name = /etc/printcap
  36.  
  37. # on SystemV system setting printcap name to lpstat should allow
  38. # you to automatically obtain a printer list from the SystemV spool
  39. # system
  40. ;   printcap name = lpstat
  41.  
  42. # It should not be necessary to specify the print system type unless
  43. # it is non-standard. Currently supported print systems include:
  44. # bsd, sysv, plp, lprng, aix, hpux, qnx
  45. ;   printing = bsd
  46.  
  47. # Uncomment this if you want a guest account, you must add this to /etc/passwd
  48. # otherwise the user "nobody" is used
  49. ;  guest account = pcguest
  50.  
  51. # this tells Samba to use a separate log file for each machine
  52. # that connects
  53.    log file = /var/log/samba.%m
  54.  
  55. # Put a capping on the size of the log files (in Kb).
  56.    max log size = 50
  57.  
  58. # Security mode. Most people will want user level security. See
  59. # security_level.txt for details.  NOTE:  To get the behaviour of
  60. # Samba-1.9.18, you'll need to use "security = share".
  61.    security = user
  62. # Use password server option only with security = server
  63. ;   password server = <NT-Server-Name>
  64.  
  65. # You may wish to use password encryption. Please read
  66. # ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
  67. # Do not enable this option unless you have read those documents
  68. ;  encrypt passwords = yes
  69.  
  70. # Using the following line enables you to customise your configuration
  71. # on a per machine basis. The %m gets replaced with the netbios name
  72. # of the machine that is connecting
  73. ;   include = /usr/local/samba/lib/smb.conf.%m
  74.  
  75. # Most people will find that this option gives better performance.
  76. # See speed.txt and the manual pages for details
  77.    socket options = TCP_NODELAY 
  78.  
  79. # Configure Samba to use multiple interfaces
  80. # If you have multiple network interfaces then you must list them
  81. # here. See the man page for details.
  82. ;   interfaces = 192.168.12.2/24 192.168.13.2/24 
  83.  
  84. # Browser Control Options:
  85. # set local master to no if you don't want Samba to become a master
  86. # browser on your network. Otherwise the normal election rules apply
  87. ;   local master = no
  88.  
  89. # OS Level determines the precedence of this server in master browser
  90. # elections. The default value should be reasonable
  91. ;   os level = 33
  92.  
  93. # Domain Master specifies Samba to be the Domain Master Browser. This
  94. # allows Samba to collate browse lists between subnets. Don't use this
  95. # if you already have a Windows NT domain controller doing this job
  96. ;   domain master = yes 
  97.  
  98. # Preferred Master causes Samba to force a local browser election on startup
  99. # and gives it a slightly higher chance of winning the election
  100. ;   preferred master = yes
  101.  
  102. # Use only if you have an NT server on your network that has been
  103. # configured at install time to be a primary domain controller.
  104. ;   domain controller = <NT-Domain-Controller-SMBName>
  105.  
  106. # Enable this if you want Samba to be a domain logon server for 
  107. # Windows95 workstations. 
  108. ;   domain logons = yes
  109.  
  110. # if you enable domain logons then you may want a per-machine or
  111. # per user logon script
  112. # run a specific logon batch file per workstation (machine)
  113. ;   logon script = %m.bat
  114. # run a specific logon batch file per username
  115. ;   logon script = %U.bat
  116.  
  117. # Where to store roving profiles (only for Win95 and WinNT)
  118. #        %L substitutes for this servers netbios name, %U is username
  119. #        You must uncomment the [Profiles] share below
  120. ;   logon path = \\%L\Profiles\%U
  121.  
  122. # Windows Internet Name Serving Support Section:
  123. # WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
  124. ;   wins support = yes
  125.  
  126. # WINS Server - Tells the NMBD components of Samba to be a WINS Client
  127. #    Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
  128. ;   wins server = w.x.y.z
  129.  
  130. # WINS Proxy - Tells Samba to answer name resolution queries on
  131. # behalf of a non WINS capable client, for this to work there must be
  132. # at least one    WINS Server on the network. The default is NO.
  133. ;   wins proxy = yes
  134.  
  135. # DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
  136. # via DNS nslookups. The built-in default for versions 1.9.17 is yes,
  137. # this has been changed in version 1.9.18 to no.
  138.    dns proxy = no 
  139.  
  140. #============================ Share Definitions ==============================
  141. [homes]
  142.    comment = Home Directories
  143.    browseable = no
  144.    writable = yes
  145.  
  146. # Un-comment the following and create the netlogon directory for Domain Logons
  147. ; [netlogon]
  148. ;   comment = Network Logon Service
  149. ;   path = /usr/local/samba/lib/netlogon
  150. ;   guest ok = yes
  151. ;   writable = no
  152. ;   share modes = no
  153.  
  154.  
  155. # Un-comment the following to provide a specific roving profile share
  156. # the default is to use the user's home directory
  157. ;[Profiles]
  158. ;    path = /usr/local/samba/profiles
  159. ;    browseable = no
  160. ;    guest ok = yes
  161.  
  162.  
  163. # NOTE: If you have a BSD-style print system there is no need to 
  164. # specifically define each individual printer
  165. [printers]
  166.    comment = All Printers
  167.    path = /var/spool/samba
  168.    browseable = no
  169. # Set public = yes to allow user 'guest account' to print
  170.    guest ok = no
  171.    writable = no
  172.    printable = yes
  173.  
  174. # This one is useful for people to share files
  175. ;[tmp]
  176. ;   comment = Temporary file space
  177. ;   path = /tmp
  178. ;   read only = no
  179. ;   public = yes
  180.  
  181. # A publicly accessible directory, but read only, except for people in
  182. # the "staff" group
  183. ;[public]
  184. ;   comment = Public Stuff
  185. ;   path = /home/samba
  186. ;   public = yes
  187. ;   writable = yes
  188. ;   printable = no
  189. ;   write list = @staff
  190.  
  191. # Other examples. 
  192. #
  193. # A private printer, usable only by fred. Spool data will be placed in fred's
  194. # home directory. Note that fred must have write access to the spool directory,
  195. # wherever it is.
  196. ;[fredsprn]
  197. ;   comment = Fred's Printer
  198. ;   valid users = fred
  199. ;   path = /homes/fred
  200. ;   printer = freds_printer
  201. ;   public = no
  202. ;   writable = no
  203. ;   printable = yes
  204.  
  205. # A private directory, usable only by fred. Note that fred requires write
  206. # access to the directory.
  207. ;[fredsdir]
  208. ;   comment = Fred's Service
  209. ;   path = /usr/somewhere/private
  210. ;   valid users = fred
  211. ;   public = no
  212. ;   writable = yes
  213. ;   printable = no
  214.  
  215. # a service which has a different directory for each machine that connects
  216. # this allows you to tailor configurations to incoming machines. You could
  217. # also use the %U option to tailor it by user name.
  218. # The %m gets replaced with the machine name that is connecting.
  219. ;[pchome]
  220. ;  comment = PC Directories
  221. ;  path = /usr/pc/%m
  222. ;  public = no
  223. ;  writable = yes
  224.  
  225. # A publicly accessible directory, read/write to all users. Note that all files
  226. # created in the directory by users will be owned by the default user, so
  227. # any user with access can delete any other user's files. Obviously this
  228. # directory must be writable by the default user. Another user could of course
  229. # be specified, in which case all files would be owned by that user instead.
  230. ;[public]
  231. ;   path = /usr/somewhere/else/public
  232. ;   public = yes
  233. ;   only guest = yes
  234. ;   writable = yes
  235. ;   printable = no
  236.  
  237. # The following two entries demonstrate how to share a directory so that two
  238. # users can place files there that will be owned by the specific users. In this
  239. # setup, the directory should be writable by both users and should have the
  240. # sticky bit set on it to prevent abuse. Obviously this could be extended to
  241. # as many users as required.
  242. ;[myshare]
  243. ;   comment = Mary's and Fred's stuff
  244. ;   path = /usr/somewhere/shared
  245. ;   valid users = mary fred
  246. ;   public = no
  247. ;   writable = yes
  248. ;   printable = no
  249. ;   create mask = 0765
  250.  
  251.  
  252.